Telegram Group & Telegram Channel
Рассмотрим следующую схему:

STUDENTS(student_code, first_name, last_name, email,
phone_no, date_of_birth, honours_subject, percentage_of_marks);

Какой из запросов покажет имена студентов у которых основной предмет (honorous_subect) — English и процент оценок (percentage_of_marks) больше 80 или имена студентов, у которых основной предмет Spanish и процент оценок больше 80?

1️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” ) and percentage_of_marks > 80;
2️⃣ select first_name, last name from students where honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80;
3️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80);
4️⃣ select first_name, last name from students where (honours_subject = “English”) or honours_subject = “Spanish” and percentage_of_marks > 80;

Ответить на вопрос можно ниже ⬇️



tg-me.com/sql_for_qa/7
Create:
Last Update:

Рассмотрим следующую схему:

STUDENTS(student_code, first_name, last_name, email,
phone_no, date_of_birth, honours_subject, percentage_of_marks);

Какой из запросов покажет имена студентов у которых основной предмет (honorous_subect) — English и процент оценок (percentage_of_marks) больше 80 или имена студентов, у которых основной предмет Spanish и процент оценок больше 80?

1️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” ) and percentage_of_marks > 80;
2️⃣ select first_name, last name from students where honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80;
3️⃣ select first_name, last name from students where (honours_subject = “English” or honours_subject = “Spanish” and percentage_of_marks > 80);
4️⃣ select first_name, last name from students where (honours_subject = “English”) or honours_subject = “Spanish” and percentage_of_marks > 80;

Ответить на вопрос можно ниже ⬇️

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/7

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

How Does Telegram Make Money?

Telegram is a free app and runs on donations. According to a blog on the telegram: We believe in fast and secure messaging that is also 100% free. Pavel Durov, who shares our vision, supplied Telegram with a generous donation, so we have quite enough money for the time being. If Telegram runs out, we will introduce non-essential paid options to support the infrastructure and finance developer salaries. But making profits will never be an end-goal for Telegram.

Telegram announces Search Filters

With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.

SQL для тестировщика from es


Telegram SQL для тестировщика
FROM USA